projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6311cf5
)
Don't include string.h or strings.h.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 04:44:54 +0000
(
04:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 04:44:54 +0000
(
04:44
+0000)
lib-src/b2m.c
patch
|
blob
|
history
diff --git
a/lib-src/b2m.c
b/lib-src/b2m.c
index 77cfa9a622bde38024ea9ca0050d0dd901a4492f..2e321a1b1b78ad985764181b6dbd3076ba0e335a 100644
(file)
--- a/
lib-src/b2m.c
+++ b/
lib-src/b2m.c
@@
-27,12
+27,6
@@
#include <../src/config.h>
-#ifdef USG
-#include <string.h>
-#else
-#include <strings.h>
-#endif
-
/* BSD's strings.h does not declare the type of strtok. */
extern char *strtok ();